const bytes.maxInt

5 uses

	bytes (current package)
		buffer.go#L53: const maxInt = int(^uint(0) >> 1)
		buffer.go#L153: 	} else if c > maxInt-c-n {
		bytes.go#L576: 		if len(sep) >= maxInt/(len(s)-1) {
		bytes.go#L582: 		if len(v) > maxInt-n {
		bytes.go#L659: 	if hi > 0 || lo > uint(maxInt) {